Mindjet MindManager
If you want to disable all the annoying messages displayed to users on first start, here's the reg file for an Active Setup:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Mindj… Read More
Package creation: Extract msi from temp location and create tuner transform to accept license info. Handling of license: Cretae Public property ISX_SERIALNUM and set value to license. Read More
To disable UPDATE Button in Extras tab add "AllowUpdateCheck"(D_WORD)="00000000" in HKEY_CURRENT_USER\SOFTWARE\Mindjet\MindManager\9\Settings For more information go through the MindManager9 La… Read More
For a silent installation with serial number. msiexec.exe /i "\\Share\path\Mindjet MindManager 9.msi" /qn TRANSFORMS="\\Share\path\Mindmanager.mst" ISX_SERIALNUM="XXXX-XXX-XXXX-XXXX-XXXX" ALLU… Read More
To uncheck the "Notify me when updates are ready" in the Option menu, you would need to create one DWORD registry key under HKCU\SOFTWARE\Mindjet\MindManager\9\Settings, "EnableNotifyUpdates" w… Read More
This note is dedicated to Mindmanager 9.X, but I can not find relevant entry, so here it is: To uncheck the "Notify me when updates are available" in the Option, you will need to create one DW… Read More
Installation: MsiExec /I "Mindjet MindManager 8 Admin.msi" ADDLOCAL="ALL" REMOVE="MSWordAddin,MSOutlookAddin,MSOutlookLinkerAddin,MSOutlookMapMinderLinkerAddin,RSS" REBOOT=REALLYSUPPRESS ARPS… Read More
First, Download the "MindManager_8.0.284_Admin_EN.zip" file containing all necessary files. Verify and install all prerequisites. And finally install MindManager 8 using a command line like thi… Read More
I thought some clarification for one of the other notes might help you more quickly repackage this one, so here goes... When you execute the installer "MM62-E-399_Pro.exe", watch for it to fin… Read More
Also works: 1. Start installation 2. Copy MSI file from temporary directory 3. use this MSI properties for exapmple to disable shortcut on desktop or quicklaunch and to disable checking for up… Read More
Silent Installation: 1.InstallShield script engine V1050 2.msiexec /i "Mindjet MindManager Pro 6.msi" /qb-! REBOOT=REALLYSUPRESS /l "%Temp%\MM6Pro.log" Watch out: Installed older versions of… Read More